home *** CD-ROM | disk | FTP | other *** search
- #ifndef _OVL_H
- #define _OVL_H
-
- typedef struct
- {
- WORD Protokoll;
- } RSM2OVL;
-
- typedef struct
- {
- LONG Magic; /* 0x4f424a43 'OBJC' */
- WORD Protokoll;
- LONG ID;
- WORD Version;
- char Name[32];
- char Copyright[32];
-
- WORD (*Init)(const char* FileName, UWORD* Global, RSM2OVL* RsmOvl);
- void (*Exit)();
-
- WORD (*Draw)(OBJECT* Objc, LONG* Clip);
-
- } OVL2RSM;
-
-
- #endif /* _OVL_H */
-